@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  line-height: 1.5;
}

#overlay {
  display: none;
}

#wrapper {
  display: block;
  margin-top: 6%;
  width: 50%;
}

.background {
  background-color: rgba(28, 28, 28, 1);
  border: 5px solid rgba(33, 33, 33, 1);
  position: absolute;
  z-index: -1;
  width: 40%;
  height: 49%;
  margin-left: 570px;
  margin-top: 50px;
}

.registering {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 30px;

  color: white;
  position: absolute;
  z-index: 9999;

  margin-left: 790px;
  margin-top: 90px;
  text-shadow: 4px 3px 9px #00000063;
}

form {
  width: 37%;
  margin: 0;
  padding: 2%;
  padding-top: 17%;
  padding-bottom: 40%;
  margin-top: -23%;
  margin-left: 31%;
  position: absolute;
  top: 250px;
}

.input-field {
  background-color: rgba(33, 33, 33, 1);
  border-bottom: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.input-field input, .select-wrapper input {
  color: #ffffff !important;
  border-bottom: none !important;
  outline: none !important;
  text-decoration: none !important;
}

#register {
  position: absolute;
  width: 89.3%;
  background: rgba(0, 255, 0) !important;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 18px;
  margin-left: 0%;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
}

#register:hover {
  background: rgba(0, 255, 0) !important;
  color: rgb(0, 78, 0);
}

.caret {
  display: none;
}

.dropdown-content {
  top: 0 !important;
}

.select-wrapper li {
  background: #333333 !important;
}

.select-wrapper li span {
  color: #ffffff !important;
}

.select-wrapper .disabled {
  background: #333333 !important;
}

.select-wrapper .selected {
  background: rgba(34, 33, 38, 1) !important;
}

.dropdown-content li > a, .dropdown-content li > span  {
  color: rgb(5, 5, 5) !important;
}

.datepicker-container input {
  color: rgba(34, 33, 38, 1) !important;
}

label {
  color: #FFFFFF !important;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(0, 0, 0, 0.2), 1px 0 rgba(0, 0, 0, 0.2), 0 -1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}

.input-field:focus {
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.input-field input[type=text] {
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.input-field input[type=text]:focus {
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.hr1 {
  background-color: rgba(33, 33, 33, 1);
  color: rgba(33, 33, 33, 1);
  width: 35%;
  border: 1.4px solid rgba(33, 33, 33, 1);
  position: absolute;
  top: 130px;
  left: 612px;
}

.hr2 {
  background-color: rgba(33, 33, 33, 1);
  color: rgba(33, 33, 33, 1);
  width: 35%;
  border: 1.4px solid rgba(33, 33, 33, 1);
  position: absolute;
  top: 501px;
  left: 612px;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 33, 38, 1);
  color: #ffffff
}

.input-field input[placeholder] {
  margin-left: 10px;
  margin-top: 5px
}

@media only screen and (max-width: 1250px) {
  .container {
    width: 100% !important;
  }
}